ActiveReports 12
GeoGeometryCollection Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > GeoGeometryCollection Class : GeoGeometryCollection Constructor
Collection of geospatial shapes
Initializes a new instance of the GeoGeometryCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal shapes As IEnumerable(Of GeoShape) _
)
public GeoGeometryCollection( 
   IEnumerable<GeoShape> shapes
)

Parameters

shapes
Collection of geospatial shapes
See Also

Reference

GeoGeometryCollection Class
GeoGeometryCollection Members